Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*: allow building wal with GOARCH=wasm GOOS=wasip1 #9

Merged
merged 2 commits into from
May 14, 2024
Merged

Conversation

asubiotto
Copy link
Member

This required abstracting some unix-only functionality and implementing a
non-bolt meta store. The wasm meta store is purposefully simple and not
production ready since we just need something to run tests with. Eventually,
we should remove bolt and use a simpler production-ready metastore since the
functionality Bolt was used for in the original repo is something we don't need
and have actually eliminated (arbitrary kv get/sets).

This required abstracting some unix-only functionality and implementing a
non-bolt meta store. The wasm meta store is purposefully simple and not
production ready since we just need something to run tests with. Eventually,
we should remove bolt and use a simpler production-ready metastore since the
functionality Bolt was used for in the original repo is something we don't need
and have actually eliminated (arbitrary kv get/sets).
This ensures the codebase can be built with GOARCH=wasm GOOS=wasip1
@asubiotto asubiotto merged commit 1cd4b81 into main May 14, 2024
2 checks passed
@asubiotto asubiotto deleted the alfonso-wasm branch May 14, 2024 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants